From bed497a846a51c22553c81c3717554d50e20942d Mon Sep 17 00:00:00 2001 From: justbur Date: Sun, 12 Jul 2015 11:53:09 -0400 Subject: [PATCH] Change default unicode-correction --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 4350c73fbeb..506cadaeca1 100644 --- a/which-key.el +++ b/which-key.el @@ -42,7 +42,7 @@ Also adds \"..\"." "Separator to use between key and description." :group 'which-key :type 'string) -(defcustom which-key-unicode-correction 0 +(defcustom which-key-unicode-correction 1 "Correction for wide unicode characters. Set to a positive number to adjust width of columns in case which-key is cutting off text on the right side of the window." -- 2.30.2